home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Animation
/
Animation Vol.1 (Profi ROM)(1994).iso
/
pool
/
updates
/
symantec
/
rtlinc.exe
/
MEM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-05-18
|
273b
|
17 lines
/*_ mem.h */
/* Copyright (C) 1986-1993 by Symantec */
/* All Rights Reserved */
/* Note: ANSI users should #include <stdlib.h> instead of this file */
#ifndef __MEM_H
#define __MEM_H 1
#ifndef __STRING_H
#include <string.h>
#endif
#endif _MEM_H